Skip to content

Remove pytest_plugin#10762

Merged
Dreamsorcerer merged 284 commits into
masterfrom
drop-pytest-plugin
May 10, 2026
Merged

Remove pytest_plugin#10762
Dreamsorcerer merged 284 commits into
masterfrom
drop-pytest-plugin

Conversation

@Dreamsorcerer
Copy link
Copy Markdown
Member

This will be maintained exclusively in pytest-aiohttp going forwards.

@Dreamsorcerer Dreamsorcerer added the backport:skip Skip backport bot label Apr 20, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.94%. Comparing base (bb35b1c) to head (21a0a81).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #10762      +/-   ##
==========================================
+ Coverage   98.92%   98.94%   +0.02%     
==========================================
  Files         134      131       -3     
  Lines       46750    46505     -245     
  Branches     2429     2407      -22     
==========================================
- Hits        46248    46015     -233     
+ Misses        373      367       -6     
+ Partials      129      123       -6     
Flag Coverage Δ
Autobahn 22.40% <29.55%> (?)
CI-GHA 98.91% <100.00%> (-0.07%) ⬇️
OS-Linux 98.66% <97.89%> (-0.06%) ⬇️
OS-Windows 97.02% <97.36%> (+0.03%) ⬆️
OS-macOS 97.92% <97.89%> (+0.03%) ⬆️
Py-3.10.11 97.42% <99.73%> (+0.02%) ⬆️
Py-3.10.20 97.90% <97.63%> (+0.04%) ⬆️
Py-3.11.15 98.15% <97.89%> (+0.03%) ⬆️
Py-3.11.9 97.68% <100.00%> (+0.02%) ⬆️
Py-3.12.10 97.76% <100.00%> (+0.02%) ⬆️
Py-3.12.13 98.25% <97.89%> (+0.04%) ⬆️
Py-3.13.13 98.47% <100.00%> (+0.02%) ⬆️
Py-3.14.4 98.45% <100.00%> (-0.06%) ⬇️
Py-3.14.4t 97.55% <97.36%> (+0.03%) ⬆️
Py-pypy3.11.15-7.3.21 97.42% <95.26%> (+0.06%) ⬆️
VM-macos 97.92% <97.89%> (+0.03%) ⬆️
VM-ubuntu 98.66% <97.89%> (-0.06%) ⬇️
VM-windows 97.02% <97.36%> (+0.03%) ⬆️
cython-coverage 37.92% <13.15%> (-0.15%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@webknjaz
Copy link
Copy Markdown
Member

Missing change log?

@Dreamsorcerer Dreamsorcerer marked this pull request as draft April 22, 2025 11:55
Comment thread tests/conftest.py Outdated
Comment thread tests/test_connector.py Fixed
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Apr 23, 2025

Merging this PR will not alter performance

✅ 7 untouched benchmarks
🆕 65 new benchmarks
⏩ 69 skipped benchmarks1

Performance Changes

Benchmark BASE HEAD Efficiency
🆕 test_get_request_with_251308_compressed_chunked_payload[isal.isal_zlib] N/A 72.7 ms N/A
🆕 test_get_request_with_251308_compressed_chunked_payload[zlib] N/A 434.9 ms N/A
🆕 test_send_client_request_one_hundred N/A 2.6 ms N/A
🆕 test_get_request_with_251308_compressed_chunked_payload[zlib_ng.zlib_ng] N/A 215.7 ms N/A
🆕 test_client_receive_large_websocket_compressed_messages[isal.isal_zlib] N/A 18.7 ms N/A
🆕 test_send_one_hundred_large_websocket_text_messages N/A 580.2 µs N/A
🆕 test_one_hundred_get_requests_iter_chunks_on_10mb_chunked_payload N/A 1.1 s N/A
🆕 test_client_receive_large_websocket_compressed_messages[zlib] N/A 50.4 ms N/A
🆕 test_send_one_hundred_websocket_compressed_messages[isal.isal_zlib] N/A 4.6 ms N/A
🆕 test_send_one_hundred_websocket_compressed_messages[zlib] N/A 3 ms N/A
🆕 test_one_hundred_get_requests_with_1024_chunked_payload N/A 36.8 ms N/A
🆕 test_client_receive_large_websocket_compressed_messages[zlib_ng.zlib_ng] N/A 29.9 ms N/A
🆕 test_send_one_hundred_websocket_compressed_messages[zlib_ng.zlib_ng] N/A 2 ms N/A
🆕 test_send_one_hundred_websocket_text_messages N/A 588 µs N/A
🆕 test_one_hundred_get_requests_with_1024_content_length_payload N/A 36.4 ms N/A
🆕 test_client_send_large_websocket_compressed_messages[isal.isal_zlib] N/A 18.8 ms N/A
🆕 test_send_one_hundred_websocket_text_messages_with_mask N/A 830.5 µs N/A
🆕 test_one_hundred_get_requests_with_10mb_chunked_payload N/A 3.4 s N/A
🆕 test_client_send_large_websocket_compressed_messages[zlib] N/A 50.4 ms N/A
🆕 test_simple_web_file_response N/A 79.1 ms N/A
... ... ... ... ...

ℹ️ Only the first 20 benchmarks are displayed. Go to the app to view all benchmarks.


Comparing drop-pytest-plugin (21a0a81) with master (bb35b1c)

Open in CodSpeed

Footnotes

  1. 69 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

Comment thread tests/test_connector.py Fixed
Comment thread tests/test_connector.py Outdated
Comment thread tests/conftest.py Fixed
Comment thread tests/test_resolver.py Fixed
Comment thread tests/test_benchmarks_client_ws.py Outdated
@psf-chronographer psf-chronographer Bot added the bot:chronographer:provided There is a change note present in this PR label May 10, 2026
Comment thread .github/workflows/ci-cd.yml Outdated
Comment thread .github/workflows/ci-cd.yml Outdated
Comment thread .github/workflows/ci-cd.yml Outdated
Comment thread .github/workflows/ci-cd.yml
Comment thread .github/workflows/ci-cd.yml Outdated
Comment thread tests/test_client_ws_functional.py Outdated
@Dreamsorcerer Dreamsorcerer merged commit 5a8ebdf into master May 10, 2026
47 checks passed
@Dreamsorcerer Dreamsorcerer deleted the drop-pytest-plugin branch May 10, 2026 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:skip Skip backport bot bot:chronographer:provided There is a change note present in this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants